From 70089f8800c34065a99bd04cad376e11f12ec927 Mon Sep 17 00:00:00 2001 From: Dominique Belhachemi Date: Thu, 25 Sep 2025 18:49:49 -0400 Subject: [PATCH] switch back to Qt5, Paraview 6.0.0 doesn't support it yet without customization --- debian/control | 8 ++++++-- debian/rules | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index c6bcfa48b..12188856b 100644 --- a/debian/control +++ b/debian/control @@ -63,7 +63,9 @@ Build-Depends: dpkg-dev (>= 1.22.5), python3-dev, python3-matplotlib, python3-mpi4py, - qt6-base-dev, + qtbase5-dev, + libqt5opengl5-dev, + qtdeclarative5-dev, texlive-binaries, x11proto-core-dev, xauth, @@ -258,7 +260,9 @@ Depends: libvtk9-dev (= ${binary:Version}), libvtk9.5-qt (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, - qt6-base-dev, + qtbase5-dev, + qttools5-private-dev, + libqt5opengl5-dev, Description: VTK header files, containing Qt files The Visualization Toolkit (VTK) is an open-source software system for 3D computer graphics, image processing, and visualization. diff --git a/debian/rules b/debian/rules index 7d874a6f1..32456f435 100755 --- a/debian/rules +++ b/debian/rules @@ -89,7 +89,7 @@ extra_flags += \ -DVTK_MODULE_USE_EXTERNAL_VTK_zlib:BOOL=ON \ -DVTK_WRAP_PYTHON=ON \ -DVTK_USE_MPI=ON \ - -DVTK_QT_VERSION=6 + -DVTK_QT_VERSION=5 override_dh_auto_configure: dh_auto_configure -- $(extra_flags) -- 2.30.2